Sun's JSP (JavaServer Pages) provides a Java-based way to dynamically serve HTML and other Web content. When a browser requests a JSP page from a JSP-enabled server, the server interprets the JSP code and sends the resulting HTML to the requesting browser. For more information on JSP, see Sun's JSP page, as described in HTML and Web technologies resources.
A block of JSP code begins with <%
and ends with %>
.